home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / txture_p.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  253 b   |  14 lines

  1. on mouseUp me
  2.   repeat with X = 65 to 99
  3.     set the memberNum of sprite X to 221
  4.     startTimer()
  5.     repeat while the timer < 2
  6.       nothing()
  7.     end repeat
  8.     updateStage()
  9.   end repeat
  10.   hideit(164, 165)
  11.   showit(166, 166)
  12.   hideit(167, 169)
  13. end
  14.